@charset "utf-8";
/* CSS Document */

/* 全局公用样式 */


input.text {
	height:22px; line-height:22px; padding-left:3px; overflow:hidden; border-top:1px solid #999999; border-left:1px solid #999999;
border-bottom:1px solid #E1E1E1; border-right:1px solid #E1E1E1;
}
input.text.focus,TEXTAREA.textarea.focus{/*border:1px solid #F5B93C;*/background-color:#FFFBDE;}
select.select{
	padding: 2px;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	background: #F9F9F9;
	color: #333;
	resize: none;
	font: 12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif;
	vertical-align: middle;
}
.showLoad{ height:200px; background:url(images/ajaxload.gif) no-repeat center;}

TEXTAREA.textarea {
	border-top:1px solid #999999; border-left:1px solid #999999;
border-bottom:1px solid #E1E1E1; border-right:1px solid #E1E1E1;LINE-HEIGHT: 1.5; HEIGHT: 50px
}
label.checkbox,label.radio{ vertical-align:middle;FONT: 12px/1.8 Tahoma, Verdana, "Simsun"; COLOR: #000; -webkit-text-size-adjust: none; margin-right:5px;}
label.checkbox input,label.radio input{vertical-align:middle; margin-right:5px;FONT: 12px/1.8 Tahoma, Verdana, "Simsun"; COLOR: #000; -webkit-text-size-adjust: none}


.captcha{ vertical-align:middle; margin-left:10px; margin-top: -20px;}

SELECT {
	COLOR: #333
}
.clear{ clear:both;}


.messageBox{
	position: absolute;
	z-index: 10000;
	width: 700px;
	color: #000;
	background-color:#FFF;
	border:1px solid #DDDDDD;
}

.messageBoxbg{
	position:absolute;
	top:0px;
	background:#000;
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	left:0px;
	z-index:9999;
	width:100%;
	height:100%;
}

.messageBox a:hover{ text-decoration:none; }


.BoxAlpha{
	position: absolute;
	z-index:-1;
	filter:alpha(Opacity=40);-moz-opacity:0.4;opacity: 0.4;
	background-color: #999999;
	margin-top:-5px;
	margin-left:-5px;
	
}
.boxcontent{ height:auto; background:#FFF;word-wrap:break-word;}
.boxcontent .close{float:right;width:18px; height:18px;line-height: 18px;overflow: hidden;background:#A6A6A6;text-align: center;color:#FFFFFF;font-weight: bold;text-decoration: none;font-size: 100%;vertical-align: baseline;font-family: "宋体",Arial,Helvetica,sans-serif; margin-right:10px; margin-top:5px;}
.boxcontent .close:hover{ background:#ac0000;}

.boxcontent .title{background:#F4F4F4;height:30px;line-height:30px;padding-left:15px;font-size:14px;font-weight:bold; border-bottom:1px solid #dddddd; cursor:move; -moz-user-select: none;}
.button_but{ padding:5px;background:#F4F4F4;text-align:right; border-top:1px solid #DDDDDD;}


.jntoo-ok,.jntoo-no{
	padding: 4px 18px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 12px;
    vertical-align: top;
	border-radius:5px;
}
.jntoo-ok{color:#FFFFFF;
    border: 1px solid #4c92c8;
    background:#56bdf4;
    background: -moz-linear-gradient(center top , #56bdf4 0%, #46a3d7 100%) repeat scroll 0% 0% transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#56bdf4', endColorStr='#46a3d7', gradientType='0');
	background: -webkit-gradient(linear, 0 0, 0 500, from(#56bdf4),to(#46a3d7) ); /*chrome, safari*/
}

.jntoo-ok:hover{
	color:#FFF;
    background: -moz-linear-gradient(center top , #6FC7F6 0%, #6BB7E1 100%) repeat scroll 0% 0% transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6FC7F6', endColorStr='#6BB7E1', gradientType='0');
	background: -webkit-gradient(linear, 0 0, 0 500, from(#6FC7F6),to(#6BB7E1) ); /*chrome, safari*/
}

.jntoo-no{
    color: #535353;
    border: 1px solid #b4b4b4;
    background: -moz-linear-gradient(center top , #f4f3f4 0%, #dfdede 100%) repeat scroll 0% 0% transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f4f3f4', endColorStr='#dfdede', gradientType='0');
	background: -webkit-gradient(linear, 0 0, 0 500, from(#f4f3f4),to(#dfdede) ); /*chrome, safari*/
}
.jntoo-no:hover{ color: #535353; 
	background: -moz-linear-gradient(center top , #fafafa 0%, #dfdede 100%) repeat scroll 0% 0% transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#dfdede', gradientType='0');
	background: -webkit-gradient(linear, 0 0, 0 500, from(#fafafa),to(#dfdede) ); /*chrome, safari*/
}


#jntooPaste{ display:inline;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.pa10{ padding:10px;}
.mt5{ margin-top:5px;}
.mb5{ margin-bottom:5px;}
.mr10{ margin-right:10px;}

.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
.debug{ width:960px; margin-left:auto; margin-right:auto; text-align:center; clear:both;}
.f12b{ color:#900; font-size:12px; font-weight:700;}

.clearfix:after{
content:"."; display:block; height:0; clear:both;
visibility:hidden;
}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}

.loading{ height:80px; background:url(iamges/loading.gif) no-repeat center;}


.global-show{ margin-top:10px; }

.global-show .title{text-align:center; height:50px; line-height:50px; font-size:18px; font-weight:600; color:#333;}
.global-show .desc{ color:#999; padding-top:5px; padding-bottom:5px;}
.global-show .content{ padding:30px; font-size:14px;color:#333; }
div.hr{ padding-top:5px; margin-bottom:5px; border-bottom:1px dashed #333; }

.date{ float:right;}
.global-list li{ margin-bottom:5px;}
.global-list li.hr{ border-bottom:1px dashed #CCC; margin-bottom:10px; padding-bottom:10px;}

.button { 
padding: 5px 30px;
border:none; cursor:pointer; background:#346CAA; color:#FFF; display:inline-block;
margin-right:15px; 
}
.button:hover{ background:#0F4D90;}

.but1{ padding:4px 10px; border:none; cursor:pointer; background:#346CAA; color:#FFF; display:inline-block;}
.but1:hover{ background:#0F4D90;}
.but1:disabled,.button:disabled{ background:#999; cursor:default;}


.tip-yellowsimple {
	z-index:1000;
	text-align:left;
	border:1px solid #c7bf93;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:6px 8px;
	min-width:50px;
	max-width:300px;
	color:#FFF;
	background-color:#666666;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellowsimple .tip-inner {
	font:12px/16px arial,helvetica,sans-serif;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
	margin-top:-6px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:6px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat;
}
.tip-yellowsimple .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:6px;
	height:9px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat -9px 0;
}
.tip-yellowsimple .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:6px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat -18px 0;
}
.tip-yellowsimple .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:6px;
	height:9px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat -27px 0;
}

em.error {overflow:hidden;zoom:1;background:url(images/unchecked.png) no-repeat;  padding-left: 19px; font-style:normal;}
em.success {overflow:hidden;zoom:1;background:url(images/checked.png) no-repeat;  padding-left: 19px; font-style:normal;}

.msg_error,.msg_wang,.msg_why,.msg_stop,.msg_success{ width:64px; height:64px;}
.msg_error{ background:url(images/error.jpg) no-repeat;}
.msg_wang{ background:url(images/wang.jpg) no-repeat;}
.msg_why{ background:url(images/why.jpg) no-repeat;}
.msg_stop{ background:url(images/stop.jpg) no-repeat;}
.msg_success{ background:url(images/success.jpg) no-repeat;}

blockquote{ padding:10px; background:#EBEBEB;}


.tags {overflow:hidden;height:27px; border-bottom:2px solid #CFDFF0;}
.tags li{float:left; display:inline;height:27px;line-height:27px;border:1px solid #CFDFF0;border-bottom:none;background:#EAEEF4;padding:0px 10px; cursor:pointer; margin-left:10px;}
.tags li.on{background:#FFF;height:28px;}


.tabs {overflow:hidden; }
.tabs {overflow:hidden;background:url(images/tab_bottom_line.jpg) repeat-x 0 28px;height:29px;}
.tabs ul li{ float:left; margin-left:10px;}
.tabs ul li a{float:left; display:inline;height:27px;line-height:27px;border:1px solid #CFDFF0;background:#EAEEF4;padding:0px 10px;}
.tabs ul li.on a{background:#FFF;height:28px;}
.tabs .content_1 {border:1px solid #CFDFF0;overflow:hidden;border-top:none;}
.tabs .tabbox {display:none;padding:10px;}
/* 文件上传保存类 */
.images_list{ float:left; display:inline; width:120px; margin:5px;}
.images_list p.thumb{ width:114px; padding:2px; height:80px; border:1px solid #dddddd;}
.images_list p{ text-align:center; margin-top:3px;}
.jntoo-ui-form .row .images_list p .text{ width:110px;}
.images_box,.files_box{ padding:10px; border:1px solid #DDDDDD; margin-bottom:10px;}
.files_box{ padding:20px;}

.fileList{}
.fileList th,.fileList td{ padding:3px;}
.fileList th{ background:#76B7FF; height:30px; text-align:left;}



.fileList th.files_path{ width:250px;}
.fileList th.files_size{ width:80px;}
.fileList th.files_listorder{ width:120px;}
.fileList tr{-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.fileList tr:nth-child(odd){ background:#DFEEFC}
.fileList tr:hover{background:#B7D6F7}

.drop_upload{ margin-top:10px;}
.drop_upload .drop_image{ border:8px dashed #DDDDDD; padding:20PX; float:left; margin-right:30px; text-align:center; outline:none; margin-bottom:15px; width:250px;  }
.drop_upload #img img{ display:block; margin-bottom:20px;}
.drop_upload .jindu-box{ position:relative; z-index:1; text-align:center; width:640px; height:30px; line-height:30px; border:1px solid #DDDDDD;}
.drop_upload .jindu-box #jindu_num{ display:inline-block;}
.drop_upload .jindu-box .jindu{ position:absolute; height:30px; z-index:-1; width:0%; background:#09C;}